Programing Techniques


 
 
Concept Explanation
 

Programing Techniques

Flow Chart: 

A flow chart is a pictorial representation of an algorithm that uses boxes of different shapes to denote different types of instructions. The actual instructions are written within these boxes using clear and concise statements. These boxes are connected by solid lines having arrow marks to indicate the flow of operation which is the sequence in which the instructions are to be executed. Generally an algorithm is first represented in the form of a flowchart and the flowchart is the then expressed in some programming language to prepare a computer program.

What is Decision Table?

Decision tables are used to define clearly and concisely the word statement of a problem in a tabular form. They can prove to be a powerful tool for defining complex program logic. As the name implies, decision tables reveal what decision or actions the computer is to take as a result of the input data. When the computer has to make a large number of decisions or if there are a large number of different branches within the program, decision tables are particularly useful. In these cases, decision tables are preferred to flowcharts.

.... (More Text Available, Login?)
Sample Questions
(More Questions for each concept available in Login)
Question : 1

The pictorial representation that uses predefined symbols to describe either the logic of a computer program or the data flow and processing steps of a system is called ______________________

Right Option : C
View Explanation
Explanation
Question : 2

 ____________is a set of directions that tells us exactly how to go about for getting desired results.

Right Option : A
View Explanation
Explanation
Question : 3

Match the following:

A. Flow Chart (i) as a set of directions that tells us exactly how to go about for getting desired results.
B. Decision Table (ii) is a pictorial representation.
C. Algorithm (iii) used to define clearly and concisely the word statement of a problem in a tabular form.

 

Right Option : C
View Explanation
Explanation
 
 


Students / Parents Reviews [10]